home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / comm / mail / YamBookToMD2.readme < prev    next >
Text File  |  1997-09-05  |  4KB  |  117 lines

  1. Short:    An AREXX script to copy your YAM addressbook as a MicroDot II addressbook.
  2. Author:   patw@glo.be (Patrick Wullaert)
  3. Uploader: patw@glo.be (Patrick Wullaert)
  4. Version:  1.0
  5. Type:     comm/mail
  6.  
  7.             YamBookToMD2.rexx AREXX script.
  8.             =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  9.                 (version 1.0, 23.07.97)
  10.                   By Patrick Wullaert
  11.  
  12.  
  13. 1. Legal stuff & Disclaimer.
  14. ============================
  15.  
  16. This little proggie is totally freeware.  It is however provided as is.  
  17. That is, I will take no responsibility and will not be held liable for any
  18. damage it does to your system or your equipment.
  19. USE IT AT YOUR OWN RISK !!
  20.  
  21. If you use this program to your contentment, I'd like you to visit my
  22. homepage and drop me a note if you did.  The URL is below.
  23.  
  24. It is allowed to make modifications to the script but you will have to
  25. mention me as the original author.
  26.  
  27.  
  28. YAM is © by Marcel Beck.
  29. MicroDot II is © by Oliver Wagner.
  30. RexxReqTools.library is © by Rafael D'Halleweyn.
  31.  
  32. 2. What does this do ?
  33. ======================
  34.  
  35. This is an AREXX script that copies an addressbook that you have created
  36. with YAM, as an addressbook for MicroDot II, completely retaining the
  37. group structure.
  38.  
  39. 3. Requirements.
  40. ================
  41.  
  42. For the script to work, you need to have RexxMaster running.  If you
  43. haven't, you'll find it in the Sytem drawer of the WorkBench.  Doubleclick
  44. on it to start it, or better, copy it to your WBStartup drawer to start it
  45. automatically every time you boot your system.
  46.  
  47. You will also need the 'rexxreqtools.library' to be present in your Libs
  48. drawer.  If you haven't got it, you can find it on Aminet.
  49.  
  50. Obviously, you also need YAM and MicroDot II.  :-)
  51.  
  52.  
  53. 4. How to use it ?
  54. ==================
  55.  
  56. First, set your YAM and MicroDot II paths in the script itself.  It's
  57. marked where to do this.
  58.  
  59. When this is done, there are two ways of using this script :
  60.  
  61. 1) From the Shell.  Just type : RX <your YAMpath>/Rexx/YamBookToMD2.rexx
  62.  
  63. 2) Install it permanently in YAM as a menu item.
  64.    For this, you need to edit the '.config' file which is in the YAM
  65.    directory.
  66.    If you already have rexx menu items installed, just add this as another
  67.    one.
  68.    If you haven't, put the following line as the last line in the '.config'
  69.    file : RexxMenu0  =  Yam:Rexx/YamBookToMD2.rexx and save your
  70.    configuration.
  71.    You can then run the macro by selecting it from YAM's ARexx menu.
  72.  
  73. That's all ! :)
  74.  
  75. 5. History.
  76. ===========
  77.  
  78. 0.1  Initial version. :-(
  79. 0.2  Can now deal with groups, but doesn't retain group structure.
  80. 0.3  Now does retain group structure.
  81. 0.4  Fixed bug with path error checking.
  82. 0.41 Now uses RexxReqTools.library to pop up requesters to notify the user.
  83. 0.42 Now pops up requesters on YAM's own screen if you run one.
  84. 1.0  Cleaned up, renamed script after test phase.
  85.  
  86. 6. How to contact me ?
  87. ======================
  88.  
  89. Contact me at the following address :
  90.  
  91.    Patrick Wullaert
  92.    Schooldreef 60
  93.    9170 De Klinge
  94.    Belgium
  95.  
  96. My e-mail address is : patw@glo.be
  97.  
  98. Please, visit my home page.  URL : http://titan.glo.be/patw/index.html
  99.  
  100. 7. Thanks to...
  101. ===============
  102.  
  103. Special thanks to John Pullicino for testing this stuff ! :)
  104.  
  105.  
  106.  © By Patrick Wullaert 1997.
  107.  
  108.  
  109. ============================= Archive contents =============================
  110.  
  111. Original  Packed Ratio    Date     Time    Name
  112. -------- ------- ----- --------- --------  -------------
  113.     3005    1489 50.4% 25-Jul-97 15:58:06  YamBookToMD2.readme
  114.     2155     989 54.1% 25-Jul-97 16:02:32  YamBookToMD2.rexx
  115. -------- ------- ----- --------- --------
  116.     5160    2478 51.9% 12-Aug-97 04:34:38   2 files
  117.